

1. Visual Studio fonts and colors

font: Courier new 12
foreground: black
background: RGB(240,240,240)

2. Visual Studio custom debugging

Add right before line 147: [Visualizer] on file 

C:\Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\autoexp.dat

; SG and DML namespaces
dml::LigatureSegment= $ADDIN(DbgAutoExpansion.dll,?EE_LigatureSegment@@YGJKPAUtagDEBUGHELPER@@HHPADIK@Z)
dml::BranchSegment =$ADDIN(DbgAutoExpansion.dll,?EE_BranchSegment@@YGJKPAUtagDEBUGHELPER@@HHPADIK@Z)
sg::FluxPoint = <p.x,g> <p.y,g> <dist,g>
sg::Point = <x,g> <y,g>
sg::DiscreteDivergenceSkeletonNode = <fp.p.x,g> <fp.p.y,g> <fp.dist,g>
sg::DiscreteDivergenceSkeletonEdge = <flux_points> 
sg::BoundaryPoint = <pt.x,g> <pt.y,g> [<index,i>, <subindex,i>] <cumBndryDist,g>
sg::BoundaryInfo = <first.pt.x,g> <first.pt.y,g> [<first.index,i>, <first.subindex,i>], <second.pt.x,g> <second.pt.y,g> [<second.index,i>, <second.subindex,i>]


3. Shortcuts for compiling from the command line

Target: %comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86

Stat in: C:\Users\Diego\Documents\Workspace\ShapeMatcher7\dagmatcher

Shortcut key: none

Run: Normal window

Comment: Open Visual Studio 2008 Command Prompt

Options: quick edit mode

Layout: buffer size w 240, h 600, window size w 160 h 30, position 0,0